home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM BV3 / BMUG PD-ROM Version BV3 (CDRM1097900).iso / HyperCard / Games / The Golden Parrot / card_14365.txt < prev    next >
Text File  |  1990-08-20  |  943b  |  32 lines

  1. -- card: 14365 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 3426
  5. -- name: A lurking shadow
  6. ----- HyperTalk script -----
  7. on openCard
  8.   global score
  9.   subtract 5 from score
  10.   if score <= 0 then
  11.     visual effect scroll up
  12.     go card "end"
  13.   end if
  14.   put score into field "scorebox"
  15. end openCard
  16. on mouseUp
  17.   visual effect dissolve
  18.   go card "River Trail"
  19. end mouseUp
  20.  
  21.  
  22. -- part contents for background part 1
  23. ----- text -----
  24. A lurking shadow
  25.  
  26. -- part contents for background part 2
  27. ----- text -----
  28. Suddenly you are on your guard - something is coming through the trees. Think fast! You raise your tranq gun and shoot! A human form stumbles out of the shadows, a tranquilizer dart between his eyes. The man totters and falls. Oh, it's a poacher. You can't think of any zoo that would take him. So you band him with a flourescent collar and leave him to recover.
  29.  
  30. -- part contents for background part 5
  31. ----- text -----
  32. 75